home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7625 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: rcogate.rco.qc.ca!altitude!obelix
  2. From: dtaylor@pifus.com (David Taylor)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ 5.0 PRICE-E!!!
  5. Date: Sat, 24 Feb 96 14:35:31 GMT
  6. Organization: Pifus Inc.
  7. Message-ID: <4gn7qd$9je@tandem.CAM.ORG>
  8. References: <guzzDM4Gv8.AwI@netcom.com> <4esv0s$cib@news1.usa.pipeline.com> <4fdqt6$r6a@soap.news.pipex.net> <4fe8io$rtn@druid.borland.com> <4fgm7d$2pd@castle.nando.net> <311d53f5.5263386@news.nando.net> <marnoldDMn2x7.1qu@netcom.com> <31202442.1C21@indirect.com> <marnoldDMyvDt.1MA@netcom.com> <4gcfi7$log@mp.cs.niu.edu> <1996Feb20.142539.14223@pat.uwe.ac.uk>
  9. NNTP-Posting-Host: pifus.hip.cam.org
  10. X-Newsreader: News Xpress 2.0 Beta #0
  11.  
  12. In article <1996Feb20.142539.14223@pat.uwe.ac.uk>, jp-morri@csm.uwe.ac.uk (J 
  13. Morris) wrote:
  14. >In article <4gcfi7$log@mp.cs.niu.edu>, z929171@cs.niu.edu (kim sang woo)
  15. > writes:
  16. >>    From developer point of view, BC++ eleminated DOS support long time ago.
  17. >> Borland C++ v3.1 out performs BC++ v4.0/4.5 when it comes to targeting
  18. >> DOS application.  It is true that BC++ still let you target DOS, but it is
  19. >> totally useless unless you are developing dos extended application.  
  20. >> 
  21. >>    I don't care if I don't have IDE for DOS, but I cannot stand it when my
  22. >> 15K application takes 50K to run (esp. with DOS, you only have 640K to work
  23. > with)
  24. >
  25. >I agree completely.
  26. >I use BC V4.5 for developing DPMI applications, and V2.0 for developing
  27. >DOS programs.  V2 is much faster, nicer and the resulting code is MUCH smaller
  28. >that it would be under 4.5.
  29.  
  30. With Borland 4.5 if you turn off exception handling (using the -x- command and 
  31. the noeh?.lib) you should get smaller EXE's.  As well turning of RTTI with 
  32. -RT- should help as well.  You have to realize that a number the newer C++ 
  33. features can really add to the size of code, such as heavy use of templates.  
  34. I don't think it is only DOS programs which are getting larger.
  35.  
  36. Dave
  37. dtaylor@pifus.com
  38.